home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 549 b | 20 lines | [TEXT/GEOL] |
- Item 9586626 18-May-88 17:21
-
- From: WETMORE1 Wetmore, Russ
-
- To: N0231 TRW, ESG, Donald Carlile, ASC
-
- cc: MACAPP$ MacApp Interest List
-
- Sub: Response to Variable Sizes
-
- Don -
-
- There isn't any overhead associated with an array. Its size is merely the
- number of elements times the size of the base element. So...
- ARRAY [5..10] OF INTEGER
- would take up 12 bytes (6 elements of 2 byte integers.)
- [ Russ ]
-
-
-